You can choose the headers while creating your Pages. Simply follow the structure below to create the header:
<!-- Start Header -->
<header class="back-btn back-btn2 top-navbar" id="top-navbar">
<a href="javascript:history.go(-1)">
<img class="profile-pic" src="assets/images/Button-Back.png" alt="Button-Back">
</a>
</header>
<!-- End Header -->
Header 2
You can choose the headers while creating your Pages. Simply follow the structure below to create the header:
<!-- Start Header -->
<div class="back-btn back-btn2">
<h1>
....
</h1>
</div>
<!-- End Header -->